home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / mac / Time Warp / Time Warp.DXR / Internal_6.ls < prev    next >
Encoding:
Text File  |  1997-05-23  |  151 b   |  8 lines

  1. on exitFrame
  2.   if the machineType = 256 then
  3.     go(1, the pathName & "timewarp\intro")
  4.   else
  5.     go(1, the pathName & "timewarp:intro")
  6.   end if
  7. end
  8.